home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / text / edit / WarpMail11.lha / WarpMail / source / o / lib-protos.h < prev    next >
Text File  |  1995-05-17  |  1KB  |  33 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* init.c               */
  6.  
  7. Prototype void InitC(void);
  8.  
  9. /* lib.c                */
  10.  
  11. Prototype LibCall struct Library *LibInit   (__D0 BPTR);
  12. Prototype LibCall struct Library *LibOpen   (__D0 long, __A0 struct Library *);
  13. Prototype LibCall long            LibClose  (__A0 struct Library *);
  14. Prototype LibCall long            LibExpunge(__A0 struct Library *);
  15.  
  16. /* funcs.c              */
  17.  
  18. Prototype LibCall struct ParserData     *MountScanner(void);
  19. Prototype LibCall ULONG                  StartScanner(__A0 struct GlobalConfig *, __A1 struct EditConfig *, __D0 struct SyntaxChunk *);
  20. Prototype LibCall ULONG                  CloseScanner(__D0 ULONG);
  21. Prototype LibCall void                   FlushScanner(__D0 ULONG);
  22. Prototype LibCall void                   SetupScanner(__A0 struct GlobalConfig  *);
  23. Prototype LibCall struct RefreshRequest *BriefScanner(__D0 ULONG, __A0 struct ScannerNotify *);
  24. Prototype LibCall struct SyntaxChunk    *ParseLine   (__D0 ULONG, __A0 struct LineNode *, __D1 ULONG);
  25. Prototype LibCall void                   UnparseLines(__A0 struct LineNode *, __D0 ULONG);
  26. Prototype LibCall void                   ParseSection(__D0 ULONG, __A0 struct LineNode *, __D1 ULONG);
  27. Prototype struct SyntaxChunk *ParseString(UBYTE *, UWORD, ULONG);
  28. Prototype struct SyntaxChunk *DupStack(struct SyntaxChunk *);
  29.  
  30. /* tag.a                */
  31.  
  32. Prototype ALibExpunge(), ALibClose(), ALibOpen(), ALibReserved();
  33.